projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773c5c0
)
Fix display of depressed buttons
author
Po Lu
<luangruo@yahoo.com>
Tue, 10 May 2022 09:38:53 +0000
(17:38 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 10 May 2022 09:38:53 +0000
(17:38 +0800)
* src/xterm.c (x_draw_relief_rect): Fix typo.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 3e5cd45b43112e333400843e0ba006b59a498891..40c80eb1f70d50515457581526d964e7fe745cb0 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7588,7
+7588,7
@@
x_draw_relief_rect (struct frame *f, int left_x, int top_y, int right_x,
if (top_p && left_p && bot_p && right_p
&& hwidth > 1 && vwidth > 1)
x_draw_rectangle (f, black_gc, left_x, top_y,
- right_x - left_x,
top_y - bottom
_y);
+ right_x - left_x,
bottom_y - top
_y);
else
{
if (top_p && hwidth > 1)